home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 May / PCPlus May 1998=disk A.iso / IE3 / CLASSES.ZIP / sun / AWT / IMAGE / ImageFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-03-06  |  266 b   |  8 lines

  1. package sun.awt.image;
  2.  
  3. public class ImageFormatException extends Exception {
  4.    public ImageFormatException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.